From 52317d7f60c326433304584a64cf591d94ef1d45 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 18 Nov 2006 17:52:10 +0000 Subject: [PATCH] fixed typo, thanks to Sylvain for spotting it --- debian/cdbs/ocaml-vars.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/cdbs/ocaml-vars.mk b/debian/cdbs/ocaml-vars.mk index f46f87af..312f924e 100644 --- a/debian/cdbs/ocaml-vars.mk +++ b/debian/cdbs/ocaml-vars.mk @@ -16,14 +16,14 @@ # this program; if not, write to the Free Software Foundation, Inc., 51 # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# $Id: ocaml-vars.mk 3237 2006-10-13 08:27:10Z zack $ +# $Id: ocaml-vars.mk 3352 2006-11-18 17:52:10Z zack $ _cdbs_scripts_path ?= /usr/lib/cdbs _cdbs_rules_path ?= /usr/share/cdbs/1/rules _cdbs_class_path ?= /usr/share/cdbs/1/class ifndef _cdbs_class_ocaml_vars -_cdbs_class_ocaml = 1 +_cdbs_class_ocaml_vars = 1 # current OCaml ABI version (ATM 3.09.2). # Used internally by ocaml.mk (substituted for @OCamlABI@ in $(OCAML_IN_FILES) -- 2.30.2